home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / Software / Essentials / SimplyCoolFTP1.exe / SCFtp.CAB / DartSock.dll / string.txt next >
Encoding:
Text File  |  2001-04-11  |  7.2 KB  |  68 lines

  1. 100    PowerTcp
  2. 102    &Properties
  3. 103    Help File Name
  4. 104    PowerTCP Properties
  5. 117    License Class
  6. 124    The server refused to perform the specified operation.
  7. 125    The server does not support the request type of query.
  8. 126    The name referred to in the query does not exist.
  9. 127    The was a failure on the server.
  10. 128    The server was unable to interpret the query.
  11. 512    A method is currently blocking the thread. Some PowerTcp methods are not reentrant. For example, if you set a timer and enter the Receive method with a Timeout, and attempt to enter the Receive method again, then this error is generated.
  12. 513    Connect, Listen or Open method failed. Only one usage of each socket address (protocol/IP address/port) is normally permitted. This error  occurs if an application attempts to bind() a socket to an IP address/port that has already been used for an existing socket, or a socket that wasn't closed properly, or one that is still in the process of closing. For server applications that need to bind() multiple sockets to the same port number, consider using setsockopt(SO_REUSEADDR).
  13. 514    The requested address is not valid in its context. Normally results from an attempt to bind() to an address that is not valid for the local machine.  This may also result from  connect(), sendto(), WSAConnect(), WSAJoinLeaf(), or WSASendTo() when the remote address or port is not valid for a remote machine (e.g. address or port 0).
  14. 515    A socket operation encountered a dead network. This could indicate a serious failure of the network system (i.e. the protocol stack that the WinSock DLL runs over), the network interface, or the local network itself. 
  15. 516    A socket operation was attempted to an unreachable network. This usually means the local software knows no route to reach the remote host.
  16. 517    The connection has been broken due to "keep-alive" activity detecting a failure while the operation was in progress. May also be returned by setsockopt() if an attempt is made to set SO_KEEPALIVE on a connection that has already failed.
  17. 518    An established connection was aborted by the software in your host machine, possibly due to a data transmission timeout or protocol error. PowerTcp will close the connection when this error is encountered.
  18. 519    The virtual circuit was reset by the remote side executing a "hard" or "abortive" close. This normally results if the peer application on the remote host is suddenly stopped, the host is rebooted, or the remote host used a "hard close".  This error may also result if a connection was broken due to "keep-alive" activity detecting a failure.  This error is also be reported under Windows 2000 when a UDP packet is sent to a host with no service open on the specified port.
  19. 520    Connect method failed. An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. The socket cannot be connected.
  20. 521    Receive or Send method failed. The socket is not connected.
  21. 522    The connection has been dropped because of a network failure or because the peer system failed to respond. Also caused when Connect, Send, Receive, Fill or Close  methods are used with a Timeout parameter and the operation fails to complete within the specified number of milliseconds.
  22. 523    Connect method failed. No connection could be made because the target machine actively refused it.  This usually results from trying to connect to a service that is inactive on the foreign host - i.e. one with no server application running.
  23. 524    A successful WSAStartup() call could not be made. This is the most serious failure of the network subsystem.
  24. 525    No such host is known.  The name is not an official hostname or alias, or it cannot be found in the database(s) being queried. This error may also be returned for protocol and service queries, and means the specified name could not be found in the relevant database.
  25. 526    Connect method failed. This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.  A retry at some time later may be successful.
  26. 527    The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. The usual example for this is a hostname -> address translation attempt (using gethostbyname() or WSAAsyncGetHostByName()) which uses the DNS (Domain Name Server), and an MX record is returned but no A record - indicating the host itself exists, but is not directly reachable.
  27. 528    Miscellaneous error.
  28. 529    Parameter 1 of the method used is invalid or not appropriate.
  29. 530    Parameter 2 of the method used is invalid or not appropriate.
  30. 531    Parameter 3 of the method used is invalid or not appropriate.
  31. 532    Connect method failed. Some sort of non-recoverable error occurred during a database lookup. This may be because the database files (e.g. BSD-compatible HOSTS, SERVICES or PROTOCOLS files) could not be found, or a DNS request was returned by the server with a severe error.
  32. 533    Session aborted.
  33. 534    A error occured in the protocol.
  34. 535    An error occured while performing a File I/O operation.
  35. 536    An unknown, invalid or unsupported option or level was specified.
  36. 537    An invalid UserName, Password or Security Certificate was used for authentication.
  37. 538    An error occured while compiling a file.
  38. 539    This application must be re-compiled with an installed PowerTCP Tool serial number before it may be deployed.\nPlease contact Dart sales at www.dart.com or 315.339.8040.
  39. 540    PowerTCP Fatal Error
  40. 541    Parameter 4 of the method used is invalid or not appropriate.
  41. 542    There was an error in creating credentials.
  42. 543    DartSock.dll not registered on System.
  43. 544    30-day %s Trial has expired.
  44. 545    PowerTCP Free Trial
  45. 546    %s Trial expires in %d days!
  46. 547    PowerTCP Internet Tools\n"There's a PowerTCP Tool for every Internet job."
  47. 548    Please visit Dart at our web site or call your Sales Representative at 315.339.8040 for more information.
  48. 549    An invalid property value was specified.
  49. 550    The socket is already connected.
  50. 551    %s is not licensed. %s
  51. 552    Permission Denied. Indicates that user does not have appropriate permissions to use this functionality.
  52. 553    The remote host does not exist.
  53. 554    The EMail address specified is not valid.
  54. 555    This machine is not capable of secure communications.
  55. 556    The SOCKS5 server will not accept any of the requested methods
  56. 557    The SOCKS5 server reported a general failure
  57. 558    The SOCKS5 server reported that the connection was not allowed by the ruleset
  58. 559    The SOCKS5 server reported that the network was unreachable
  59. 560    The SOCKS5 server reported that the host was unreachable
  60. 561    The SOCKS5 server reported that the host connection was refused
  61. 562    The SOCKS5 server reported that the TTL has expired
  62. 563    The SOCKS5 server reported that the command is not supported
  63. 564    The SOCKS5 server reported that the address type is not supported
  64. 565    The SOCKS5 server rejected the connection because authorization failed
  65. 566    The SOCKS4 server rejected the connection (No reason given)
  66. 567    The SOCKS4 server rejected the connection because it was unable to connect to identd on the client
  67. 568    The SOCKS4 server rejected the connection because the client program and identd report different user-ids
  68.